Hệ thống quản lý thanh toán POS nhà hàng

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 <Global.System.Diagnostics.CodeAnalysis.SuppressMessage(
"Microsoft.Naming", "CA1726")> _
3 Partial Class frmLock
4     Inherits System.Windows.Forms.Form
5
6     
'Form overrides dispose to clean up the component list.
7     <System.Diagnostics.DebuggerNonUserCode()> _
8     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
9         Try
10             If disposing AndAlso components IsNot Nothing Then
11                 components.Dispose()
12             End If
13         Finally
14             MyBase.Dispose(disposing)
15         End Try
16     End Sub
17     Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
18     Friend WithEvents UsernameLabel As System.Windows.Forms.Label
19     Friend WithEvents PasswordLabel As System.Windows.Forms.Label
20     Friend WithEvents UserID As System.Windows.Forms.TextBox
21     Friend WithEvents Password As System.Windows.Forms.TextBox
22     Friend WithEvents OK As System.Windows.Forms.Button
23
24     
'Required by the Windows Form Designer
25     Private components As System.ComponentModel.IContainer
26
27     
'NOTE: The following procedure is required by the Windows Form Designer
28     
'It can be modified using the Windows Form Designer.
29     
'Do not modify it using the code editor.
30     <System.Diagnostics.DebuggerStepThrough()> _
31     Private Sub InitializeComponent()
32         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLock))
33         Me.UsernameLabel = New System.Windows.Forms.Label()
34         Me.PasswordLabel = New System.Windows.Forms.Label()
35         Me.UserID = New System.Windows.Forms.TextBox()
36         Me.Password = New System.Windows.Forms.TextBox()
37         Me.OK = New System.Windows.Forms.Button()
38         Me.LogoPictureBox = New System.Windows.Forms.PictureBox()
39         CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
40         Me.SuspendLayout()
41         
'
42         
'UsernameLabel
43         
'
44         Me.UsernameLabel.Location = New System.Drawing.Point(
139, 24)
45         Me.UsernameLabel.Name =
"UsernameLabel"
46         Me.UsernameLabel.Size = New System.Drawing.Size(
156, 23)
47         Me.UsernameLabel.TabIndex =
0
48         Me.UsernameLabel.Text =
"&User ID"
49         Me.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
50         
'
51         
'PasswordLabel
52         
'
53         Me.PasswordLabel.Location = New System.Drawing.Point(
139, 67)
54         Me.PasswordLabel.Name =
"PasswordLabel"
55         Me.PasswordLabel.Size = New System.Drawing.Size(
156, 23)
56         Me.PasswordLabel.TabIndex =
2
57         Me.PasswordLabel.Text =
"&Password"
58         Me.PasswordLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
59         
'
60         
'UserID
61         
'
62         Me.UserID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
63         Me.UserID.Location = New System.Drawing.Point(
141, 44)
64         Me.UserID.Name =
"UserID"
65         Me.UserID.ReadOnly = True
66         Me.UserID.Size = New System.Drawing.Size(
154, 22)
67         Me.UserID.TabIndex =
1
68         
'
69         
'Password
70         
'
71         Me.Password.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
72         Me.Password.Location = New System.Drawing.Point(
142, 87)
73         Me.Password.Name =
"Password"
74         Me.Password.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
9824)
75         Me.Password.Size = New System.Drawing.Size(
153, 22)
76         Me.Password.TabIndex =
0
77         
'
78         
'OK
79         
'
80         Me.OK.BackColor = System.Drawing.SystemColors.Control
81         Me.OK.Image = CType(resources.GetObject(
"OK.Image"), System.Drawing.Image)
82         Me.OK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
83         Me.OK.Location = New System.Drawing.Point(
142, 120)
84         Me.OK.Name =
"OK"
85         Me.OK.Size = New System.Drawing.Size(
94, 23)
86         Me.OK.TabIndex =
2
87         Me.OK.Text =
"&OK"
88         Me.OK.UseVisualStyleBackColor = False
89         
'
90         
'LogoPictureBox
91         
'
92         Me.LogoPictureBox.Image = Global.Restaurant_Management_System.My.Resources.Resources.login_icon__1_
93         Me.LogoPictureBox.Location = New System.Drawing.Point(
0, 0)
94         Me.LogoPictureBox.Name =
"LogoPictureBox"
95         Me.LogoPictureBox.Size = New System.Drawing.Size(
136, 146)
96         Me.LogoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
97         Me.LogoPictureBox.TabIndex =
0
98         Me.LogoPictureBox.TabStop = False
99         
'
100         
'frmLock
101         
'
102         Me.AcceptButton = Me.OK
103         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
104         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
105         Me.BackColor = System.Drawing.SystemColors.ButtonHighlight
106         Me.ClientSize = New System.Drawing.Size(
302, 147)
107         Me.ControlBox = False
108         Me.Controls.Add(Me.OK)
109         Me.Controls.Add(Me.Password)
110         Me.Controls.Add(Me.UserID)
111         Me.Controls.Add(Me.PasswordLabel)
112         Me.Controls.Add(Me.UsernameLabel)
113         Me.Controls.Add(Me.LogoPictureBox)
114         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
115         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
116         Me.MaximizeBox = False
117         Me.MinimizeBox = False
118         Me.Name =
"frmLock"
119         Me.ShowIcon = False
120         Me.ShowInTaskbar = False
121         Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
122         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
123         Me.Text =
"Lock"
124         CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
125         Me.ResumeLayout(False)
126         Me.PerformLayout()
127
128     End Sub
129
130 End Class


Gõ tìm kiếm nhanh...